home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Cream of the Crop 3
/
Cream of the Crop 3.iso
/
utility
/
ffg155.zip
/
DEMO_BAT.ZIP
/
YESTRDAY.BAT
< prev
next >
Wrap
DOS Batch File
|
1993-05-04
|
224b
|
11 lines
@echo off
cls
echo This is a listing of files created or modified yesterday.
echo Press a key when ready...
pause>nul
echo on
ffg *:* /d1T /p
@echo off
echo Done. Press any key for next demonstration...
pause>nul